home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / envoy / netprobe_4_24.lha / NetProbe / include / makegst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-13  |  761 b   |  48 lines

  1. //
  2. //  $Log: makegst.h $
  3. //  Revision 1.1  1994/07/12  23:21:12  hakan
  4. //  Initial revision
  5. //
  6. //
  7.  
  8.  
  9. #define INTUI_V36_NAMES_ONLY
  10.  
  11.  
  12. //  Prototypes
  13. #include <proto/exec.h>
  14. #include <proto/dos.h>
  15. #include <proto/intuition.h>
  16. #include <proto/icon.h>
  17. #include <proto/graphics.h>
  18. #include <proto/diskfont.h>
  19. #include <proto/gadtools.h>
  20. #include <proto/utility.h>
  21. #include <proto/asl.h>
  22.  
  23. #include <proto/nipc.h>
  24. #include <proto/envoy.h>
  25.  
  26. #include <envoy/envoy.h>
  27.  
  28. #include <proto/muimaster.h>
  29.  
  30. #include <libraries/iffparse.h>
  31.  
  32. #include <libraries/mui.h>
  33.  
  34. #include <exec/memory.h>
  35.  
  36.  
  37. #define REG(x) register __ ## x
  38. #define ASM    __asm
  39. #define SAVEDS __saveds
  40.  
  41.  
  42.  
  43. //  Usual and boring stuff
  44. #include <stdio.h>
  45. #include <stdlib.h>
  46. #include <string.h>
  47. #include <stdarg.h>
  48.